projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d698c1
)
adwaita: Remove outlines from focused entries for now
author
Timm Bäder
<mail@baedert.org>
Fri, 29 Sep 2017 07:23:56 +0000
(09:23 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 29 Sep 2017 07:23:56 +0000
(09:23 +0200)
gtk/theme/Adwaita/_drawing.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_drawing.scss
b/gtk/theme/Adwaita/_drawing.scss
index f1231a9197dc260b7e227a992dc15987317f0177..f512934229ffba00debaee07ffafa0295cde057c 100644
(file)
--- a/
gtk/theme/Adwaita/_drawing.scss
+++ b/
gtk/theme/Adwaita/_drawing.scss
@@
-55,6
+55,7
@@
@if $t==focus {
@include _shadows(entry_focus_shadow($fc), $_entry_edge);
border-color: entry_focus_border($fc);
+ outline: none;
}
@if $t==insensitive {
color: $insensitive_fg_color;